projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a087692
)
Include composite.h.
author
Kenichi Handa
<handa@m17n.org>
Mon, 6 Nov 2000 12:35:44 +0000
(12:35 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 6 Nov 2000 12:35:44 +0000
(12:35 +0000)
(selection_data_to_lisp_data): Call compose_chars_in_text on STR.
src/xselect.c
patch
|
blob
|
history
diff --git
a/src/xselect.c
b/src/xselect.c
index ac2601607812d607bbcf7f22ba9e9727f2258090..289d01e03b93e039139773aa3c7e39e71fdf572d 100644
(file)
--- a/
src/xselect.c
+++ b/
src/xselect.c
@@
-31,6
+31,7
@@
Boston, MA 02111-1307, USA. */
#include "charset.h"
#include "coding.h"
#include "process.h"
+#include "composite.h"
#define CUT_BUFFER_SUPPORT
@@
-1551,6
+1552,7
@@
selection_data_to_lisp_data (display, data, size, type, format)
xfree (buf);
Vlast_coding_system_used = coding.symbol;
}
+ compose_chars_in_text (0, XSTRING (str)->size, str);
return str;
}
/* Convert a single atom to a Lisp_Symbol. Convert a set of atoms to